home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / utils1 / filefixr.zip / MANUAL.TXT < prev    next >
Text File  |  1994-05-24  |  12KB  |  275 lines

  1.  
  2.                           █▀▀▀▀█      █      █
  3.                           █    █      █      █
  4.                           █    █  █▀▀▀█  █▀▀▀█
  5.                           █    █  █   █  █   █
  6.                           █▄▄▄▄█  █▄▄▄█  █▄▄▄█
  7.  
  8.          █▀▀▀▀█                        █                         
  9.          █                           ▀▀█▀▀                       
  10.          █       █▄▄▄▄  █▀▀▀█  ▄▄▄▄█   █   █  █▀▀▀█  █▄▄▄▄  █▀▀▀▀
  11.          █       █      █▀▀▀▀  █   █   █   █  █   █  █   █  ▀▀▀▀█
  12.          █▄▄▄▄█  █      █▄▄▄▄  █▄▄▄█   █   █  █▄▄▄█  █   █  ▄▄▄▄█
  13.  
  14.  
  15.                            ---------------------
  16.                            |                   |
  17.                            |   F I X F I L E   |
  18.                            |         &         |
  19.                            |   S E T T I M E   |
  20.                            |                   |
  21.                            ---------------------
  22.  
  23.                            ( Demonstration Copy )
  24.  
  25.  
  26.           Display and edit files at the byte-by-byte level.
  27.            - Search for text strings
  28.            - Typeover, insert and delete
  29.            - Hex/ASCII/Decimal values displayed
  30.            - Increment or decrement a byte's value
  31.  
  32.           Set file time/date stamp, individually or by group.
  33.            - to today's date, a default date, or specified date
  34.  
  35.  
  36.                       ---------------------------------
  37.                       Copyright (c) 1993  Odd Creations
  38.                       ---------------------------------
  39.  
  40.  
  41.  
  42.                              ----------------
  43.                              | INTRODUCTION |
  44.                              ----------------
  45.  
  46.       FIXFILE.EXE Display and edit a file at the byte-by-byte level
  47.  
  48.       SETTIME.COM Sets the date and time of specified file(s) to the
  49.                   given or default values.
  50.      
  51.        MANUAL.TXT this manual in ASCII text format, displayed by
  52.                   typing "TYPE MANUAL.TXT | MORE"   or
  53.                   printed by typing "PRINT MANUAL.TXT".
  54.      
  55.         ORDER.FRM printable order form (type "print order.frm")
  56.      
  57.      
  58.                           -----------------------
  59.                           |  FixFile Operation  |
  60.                           -----------------------
  61.      
  62.      Start FixFile by typing "FIXFILE" at the DOS prompt.
  63.      
  64.      If you include a filename on the command line, it will be
  65.      opened and displayed immediately, for example...
  66.      
  67.                             FIXFILE <filename>.
  68.      
  69.      A full drive:path\filename may be specified for viewing and
  70.      altering the contents in other drives and directories.
  71.      After the filename, you may type a text string to search for. 
  72.      If it is found, FixFile will move to that string immediately.
  73.      For example, to open NONAME.EXE and find  'Copyright',  type
  74.      
  75.                        FIXFILE NONAME.EXE Copyright.
  76.      
  77.      Use [LEFT] and [RIGHT] arrow keys to move within the file one 
  78.      byte at a time. Press the [PAGEUP] or [PAGEDOWN] keys to move
  79.      40 bytes at a time.
  80.      
  81.      When the byte to be edited is within the displayed arrows, you 
  82.      may edit it in three ways;
  83.      1)  press the key of the character you wish to change to,
  84.      2)  use the [UP] and [DOWN] arrow keys to increment or decrement 
  85.          that bytes's value,
  86.      3)  hold the ALT key down while using the numeric keypad to type 
  87.          the ASCII number equivalent of the character to be entered.
  88.      
  89.      The [INSERT] key may be pressed to change edit mode between
  90.      INSERT and OVERSTRIKE.  In insert mode, each edit key press will
  91.      add to the length of the file as displayed on screen.
  92.      The [DELETE] key will remove the byte between the displayed arrows,
  93.      and reduce the file's length by one byte.
  94.      
  95.      The file may be SAVED with its current - press [F2], or 
  96.                      SAVED AS a different filename - press [F3], or 
  97.                      CLOSED without saving - press [F5].
  98.      If no file is open and displayed, press OPEN [F4] and type the 
  99.      filename to be edited in the prompt box.  A sliding bar will 
  100.      indicate progress of the load into memory.  File size is limited 
  101.      to 65000 bytes in the current version of FixFile.
  102.      
  103.      SEARCH for character strings by pressing [F6] and typing the text
  104.      to be found in the prompt box.  Terminate the text by pressing 
  105.      <enter>.  The pointer will be located one byte after the text if 
  106.      found or remain at the current location if the text is not found.
  107.      
  108.      You may wish to GO TO a specific location (or offset) within the 
  109.      file.  Press [F8] to open a prompt box for the location.  Type 
  110.      DECIMAL numbers and press [enter].  The offsets start at 0, and 
  111.      the maximum would be the file's length - 1.
  112.      
  113.      
  114.                FixFile's Help Screen
  115.       ┌────────────────────────────────────────┐
  116.       │ Use Left, Right, PageUp and PageDn     │
  117.       │ keys to move within the file.          │
  118.       │                                        │
  119.       │ The Up and Down arrows increment and   │
  120.       │ decrement the current byte's value.    │
  121.       │                                        │
  122.       │ Insert changes mode between overstrike │
  123.       │ and insert.                            │
  124.       │                                        │
  125.       │ Delete removes the current byte.       │
  126.       └────────────────────────────────────────┘
  127.      
  128.      
  129.      
  130.      
  131.      
  132.                                  F I X  F I L E
  133. ┌────────────────┐
  134. │ F1 Help        │
  135. │ F2 Save File   │  █▀ Filename: config.exe ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
  136. │ F3 Save As...  │  █                                                   █
  137. │ F4 Open        │  █                     Contents                      █
  138. │ F5 Close       │  █                 CHAR   DEC   HEX                  █
  139. │ F6 Search For  │  █                   d    100    64                  █
  140. │ F7 Exit        │  █                   └─────┼─────┘                   █
  141. │ F8 Go To Locn. │  █                                                  █
  142. └────────────────┘  █** Copyright (c) 1993  Odd Creations        *Divide█
  143.                     █                                                  █
  144.                     █                     ┌───┴───┐                     █
  145.                     █                  19435    4BEB                    █
  146.                     █                    DEC     HEX                    █
  147.                     █                     Location                      █
  148.                     █                                                   █
  149.                     █▄ Length: 25030, (61C6 hex) ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
  150.  
  151.  
  152.  
  153. Copyright (c) 1993  Odd Creations                              OVERSTRIKE
  154.  
  155.      (These screens captured using Cap2WP for WordPerfect format or
  156.      Cap2Text for ASCII format - also available from Odd Creations)
  157.  
  158.  
  159.                           -----------------------
  160.                           |  SetTime Operation  |
  161.                           -----------------------
  162.      
  163.      The date and time stamp of a file or group of files may be set
  164.      to your preferred values.  This helps identify any files which
  165.      have been modified, or sets them as a packaged product.
  166.      
  167.      Type SETTIME and optionally follow this with the filename to 
  168.      be set.  DOS wild characters can be used.  You may specify a
  169.      drive:path\filename to set the time stamp of files in another
  170.      drive and/or directory.
  171.      A default time and date will be applied to those files.   To
  172.      override the default, include new values on the command line
  173.      after the filename in the order MONTH DAY YEAR HOUR MINUTES.      
  174.      
  175.                         SETTIME *.EXE 1 15 94 17 0
  176.      
  177.      The above example will set the date/time of all files with
  178.      a .EXE extension to January 15 1994,  5:00 pm.
  179.      
  180.      DOS does not allow dates of a year prior to 1980.  Type only the
  181.      last two digits of the year.  For the year 2000 and beyond, type
  182.      the 00, 01 etc., and SetTime will convert this to 2000, 2001 etc.
  183.  
  184.      It is not necessary to include all parts of the date. The default
  185.      will be overridden in the sequence shown, until all given values
  186.      have been used.  The following example will set all .EXE files to
  187.      February 1st, with the default year and time.
  188.      
  189.                              SETTIME *.EXE 2 1
  190.      
  191.      The 24 hour clock is used, and SetTime will validate the entered
  192.      date and time for reasonableness.  If beyond the accepted values,
  193.      a closest guess will be used.  An entry of April 31 will convert
  194.      to May 1 of that year.
  195.      
  196.      The CURRENT time and date may be applied by typing the word NOW,
  197.      upper or lower case, with or without the surrounding quote marks.
  198.      The word NOW should be used in place of any date or time
  199.      arguments.  for example...
  200.                              SETTIME *.EXE now
  201.  
  202.                     ----------------------------------
  203.                     Changing the Default Date and Time
  204.                     ----------------------------------
  205.      The default date and time are embedded within SetTime.COM and
  206.      easily located and altered with FIXFILE. To change the month, 
  207.      type...
  208.                         FIXFILE SETTIME.COM MONTH:
  209.      
  210.      SetTime will be opened and the file will be moved to the byte
  211.      following the text "MONTH:".  This byte may be altered with the 
  212.      [Up]/[Down] arrow keys to the new (decimal) value.
  213.      Move to the following text to alter other default values. SetTime
  214.      will check the date and time for reasonableness each time it runs. 
  215.      An invalid date will be converted to the nearest valid date.
  216.  
  217.  
  218.                            ---------------------
  219.                            | LICENSE AGREEMENT |
  220.                            ---------------------
  221.  
  222.      Odd Creations grants you a nonexclusive license to use this
  223.      DEMONSTRATION COPY of  FixFile  and  SetTime  for trial and
  224.      evaluation purposes.   Beyond 3 months use, you must either
  225.      register with Odd Creations (and receive the latest version
  226.      with printed manual) or discontinue use.
  227.      The enclosed ORDER.FRM should be sent with full payment.
  228.      Vendors and distributors are welcome to copy the DEMONSTRATION
  229.      VERSION files, charging no more than a small distribution fee.
  230.      
  231.      You may NOT alter these programs or documentation.
  232.      
  233.           
  234.                            --------------------
  235.                            | LIMITED WARRANTY |
  236.                            --------------------
  237.      
  238.      Odd Creations warrants the diskette to be free from defects and
  239.      faulty workmanship under normal use for 60, days after the date
  240.      of purchase.    Return the faulty diskette to Odd Creations for
  241.      replacement.
  242.      Odd Creations is  not  liable for any direct, incidental, or 
  243.      consequential loss or damages arising from use of the program
  244.      or errors in publication. Odd Creations disclaims any implied
  245.      warranties or merchantability or fitness for any particular
  246.      purpose.
  247.      
  248.      IBM is a trademark of International Business Machines Inc.
  249.      
  250.      
  251.      
  252.                        ---------------------------
  253.                        | Other Files of Interest |
  254.                        |   from  Odd Creations   |
  255.                        ---------------------------
  256.  
  257.      AutoLock - PC data security. Hot-key screen clear and keyboard
  258.                 lock and auto time-out lockup if inactive.
  259.                 User friendly, secure and easily customized.
  260.                 $24.00 (Can).
  261.      
  262.      Cap2WP  - Instantly create WordPerfect (or ASCII) documents from  
  263.                screen displays.  What's different here is that BOLD
  264.                text, box and line drawing characters and shaded areas of
  265.                the screen are captured too!  Attributes are easily
  266.                modified to your preferences.
  267.                $24.00 (Can).
  268.      
  269.      
  270.                        ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  271.                                ODD CREATIONS      
  272.                            7250 Yonge st. # 201   
  273.                          Thornhill, Ont.  L4J 7X1 
  274.                        ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 
  275.